home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / c / sas_c_emacs_b3.lha / slashquote / smakefile < prev   
Makefile  |  1994-03-26  |  507b  |  23 lines

  1. #
  2. #   FILE
  3. #    slashquote/smakefile
  4. #
  5.  
  6. SCFLAGS = RESETOPTIONS STREQ STRINGMERGE NOSTKCHK LIBCODE OPT 
  7.  
  8.  
  9. slashquote.library : slashquote.o
  10.         slink    TO $@                        \
  11.             FROM lib:libent.o lib:libinit.o slashquote.o    \
  12.             LIBPREFIX _LIB LIBFD slashquote.fd        \
  13.             LIBID ""                    \
  14.             MAP slashquote.map hxsfl SWIDTH 10 PWIDTH 14 FWIDTH 14 \
  15.             BATCH NOALVS                    \
  16.             SMALLCODE SMALLDATA
  17.         filenote $@ "REXX library used by sas-c-emacs"
  18.         copy $@ to LIBS: CLONE
  19.         avail flush
  20.  
  21. slashquote.o    : slashquote.c
  22.         sc $(SCFLAGS) $*
  23.